home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / answers / answexam.tex / images.pl (.txt) < prev    next >
LaTeX Document  |  1995-03-09  |  806b  |  22 lines

  1. # LaTeX2HTML 2022 (Released January 1, 2022)
  2. # Associate images original text with physical files.
  3. $key = q/{Solution}Thisisasecretsolution.{Solution};LFS=12;AAT/;
  4. $cached_env_img{$key} = q|<IMG
  5.   STYLE="height: 1.69ex; vertical-align: -0.10ex; " SRC="|."$dir".q|img3.png"
  6.  ALT="\begin{Solution}
  7. This is a secret solution.
  8. \end{Solution}">|; 
  9. $key = q/{hint}Thisisahint.{hint};LFS=12;AAT/;
  10. $cached_env_img{$key} = q|<IMG
  11.   STYLE="height: 1.69ex; vertical-align: -0.10ex; " SRC="|."$dir".q|img2.png"
  12.  ALT="\begin{hint}
  13. This is a hint.
  14. \end{hint}">|; 
  15. $key = q/{solution}Thisisasolution.relax{}{solution};LFS=12;AAT/;
  16. $cached_env_img{$key} = q|<IMG
  17.   STYLE="height: 1.69ex; vertical-align: -0.10ex; " SRC="|."$dir".q|img1.png"
  18.  ALT="\begin{solution}
  19. This is a solution.
  20. \relax{}
  21. \end{solution}">|; 
  22.